model = {
	cost 					= 3
	buildtime	 			= 90
	manpower 				= 10 #+2
	maxspeed 				= 7
	defaultorganisation 	= 30
	grounddefence 			= 2
	airdefence				= 1
	softattack				= 4
	hardattack              = 1
	airattack				= 1
	transportweight			= 30
	supplyconsumption 		= 1.5
	fuelconsumption			= 0
	speed_cap_art			= 5
	speed_cap_eng			= 6
	speed_cap_at			= 5
	speed_cap_aa			= 5
}
#SS
model = {
	cost 					= 4
	buildtime	 			= 90
	manpower 				= 12 #+2
	maxspeed 				= 6 
	defaultorganisation 	= 40 # change
	grounddefence 			= 2
	airdefence				= 1
	softattack				= 4
	hardattack              = 1
	airattack				= 1
	transportweight			= 30
	supplyconsumption 		= 1.7 # change
	fuelconsumption			= 0
	speed_cap_art			= 5
	speed_cap_eng			= 6
	speed_cap_at			= 5
	speed_cap_aa			= 5
}
# 2 44 Pattern
model = {
	cost 					= 2
	buildtime	 			= 90
	manpower 				= 8 #+2
	maxspeed 				= 6
	defaultorganisation 	= 15
	grounddefence 			= 2
	airdefence				= 1
	softattack				= 4
	hardattack              = 1
	airattack				= 1
	transportweight			= 30
	supplyconsumption 		= 1.5
	fuelconsumption			= 0
	speed_cap_art			= 5
	speed_cap_eng			= 6
	speed_cap_at			= 5
	speed_cap_aa			= 5
}